it fails with "Cannot allocate memory"
+vtk9 (9.5.2+dfsg3-8) UNRELEASED; urgency=medium
+
+ * sh4: override dh_dwz to not process libvtkCommonCore
+ which fails with "Cannot allocate memory"
+
+ -- Drew Parsons <dparsons@debian.org> Sat, 21 Feb 2026 11:54:22 +0100
+
vtk9 (9.5.2+dfsg3-7) unstable; urgency=medium
* Team upload.
execute_after_dh_installdocs-indep:
find $(CURDIR)/debian/vtk9-doc/ -type f -print0 | xargs -0 sed -i 's/https:\/\/raw\.githubusercontent\.com//g'
find $(CURDIR)/debian/vtk9-doc/ -type f -print0 | xargs -0 sed -i 's/https:\/\/cdn\.jsdelivr\.net\/npm\/mathjax@2/\/usr\/share\/javascript\/mathjax/g'
+
+ifeq ($(DEB_HOST_ARCH),sh4)
+override_dh_dwz:
+ dh_dwz -X libvtkCommonCore
+endif